net/http.http2clientConnPool.mu (field)

16 uses

	net/http (current package)
		h2_bundle.go#L766: 	mu sync.Mutex // TODO: maybe switch to RWMutex
		h2_bundle.go#L797: 		p.mu.Lock()
		h2_bundle.go#L807: 				p.mu.Unlock()
		h2_bundle.go#L812: 			p.mu.Unlock()
		h2_bundle.go#L817: 		p.mu.Unlock()
		h2_bundle.go#L864: 	c.p.mu.Lock()
		h2_bundle.go#L869: 	c.p.mu.Unlock()
		h2_bundle.go#L883: 	p.mu.Lock()
		h2_bundle.go#L886: 			p.mu.Unlock()
		h2_bundle.go#L902: 	p.mu.Unlock()
		h2_bundle.go#L922: 	p.mu.Lock()
		h2_bundle.go#L930: 	p.mu.Unlock()
		h2_bundle.go#L952: 	p.mu.Lock()
		h2_bundle.go#L953: 	defer p.mu.Unlock()
		h2_bundle.go#L970: 	p.mu.Lock()
		h2_bundle.go#L971: 	defer p.mu.Unlock()